inherited SccChooseProviderDialog: TSccChooseProviderDialog Left = 418 Top = 310 Caption = 'Provider' ClientHeight = 206 ClientWidth = 323 OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ProviderLbl: TUiLabel Left = 8 Top = 8 Height = 13 Caption = 'Choose source control provider:' FocusControl = ProviderLB end object ProviderLB: TUiListBox Left = 8 Top = 24 Width = 307 Height = 143 ItemHeight = 13 TabOrder = 0 OnDblClick = ProviderLBDblClick end object OkBtn: TUiButton Left = 162 Top = 176 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 AutoSize = asRight end object CancelBtn: TUiButton Left = 242 Top = 176 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 AutoSize = asRight end end